
html {
  scroll-behavior: smooth;
}
body{
  scroll-behavior: smooth;
}







  .footer-section {
    /*background: #8594e4;*/
    background-color: #202020;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 0px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-logo img {
    max-width: 150px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg {
    background: #ff5e14;
  }
  .twitter-bg {
    background: #ff5e14;
  }
  .google-bg {
    background: #ff5e14;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover {
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #ff5e14;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
    color: #fff;
  }
  .subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 60px 20px;
    border: 1px solid #ff5e14;
    top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area {
    background: #202020;
    padding: 9px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a {
    color: #ff5e14;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a {
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }




  .card img{
    border-radius: 1rem;
  }

  .card{
    border-radius: 1rem;
    transition: all 0.2s ease;
    cursor: pointer;
    
  }

  .card:hover{

    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}




  .theme-text {
    color: #474af0;
  }
  
 .kaif1 {
    height: 195px;
    width: 100%;
    border: #ffffff;
    
   background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
    
  }
  .kaif {
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    height: 450px;
    width: 100%;
    border-radius: 1rem;
    background :rgb(255, 255, 255) ;
    
    transition: all 0.2s ease;
    cursor: pointer;
   
  }

  .kaif:hover{

    box-shadow: 5px 6px 6px 2px #e9ecef;
    transform: scale(1.1);
}

  

  .container-fluid {
    background-image: url("blob-scene-haikei.svg");
    background-position: center;
    background-size: cover;
  }
  






  .whatsapp-icon {
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
  }
  
  .whatsapp-icon img {
    width: 55px; /* Adjust the size as needed */
    height: auto;
    
    
  }




  ::-webkit-scrollbar {
    width: 6.5px;          
 }
 
 ::-webkit-scrollbar-thumb {   
   border-radius: 30px;
   background: -webkit-gradient(linear,left top,left bottom,from(#82bff8fd),to(#ff56ff));
   box-shadow: inset 3px 3px 3px rgba(255,255,255,.25), inset -3px -3px 3 px rgba(0,0,0,.25);}
 
 ::-webkit-scrollbar-track {     
   background-color: #fff;
   border-radius:10px;
   background: linear-gradient(to right,#f5f5f5,#f8f8f8 1px,#ffffff 1px,#dbd4f1);
 }

 .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

 @keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}










 